home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / linux / linux998.zip / README.1ST < prev    next >
Text File  |  1993-04-10  |  2KB  |  45 lines

  1. Linux Kernel Source 0.99.8
  2.  
  3. The to build the kernel, first place the source code in /usr/src
  4. and untar it. You probably want to remove your old source
  5. tree first.  If you have never installed a kernel source tree
  6. previously, you will want to change to /usr/include and do the
  7. following:
  8.  
  9.          ln -sf /usr/src/linux/include/asm asm
  10.          ln -sf /usr/src/linux/include/linux linux
  11.  
  12. The symbolic links which you created will insure that your
  13. include directory is up-to-date.     
  14.  
  15. After you have un-archived the new source tree,
  16. change to /usr/src/linux and edit the Makefile. You may
  17. may want to comment out the line about SVGA mode. If you
  18. are in North America you will want to comment out the line
  19. for the Finnish keyboard and un-comment the line for the
  20. US keyboard. After you have edited the Makefile, type
  21. 'make config' and answer the questions about how you'd like
  22. to build your kernel.
  23.  
  24. After you are done answering the configuration script, you
  25. may type 'make dep'. If this finishes successfully, type
  26. 'make clean'. Now you must chose if you want to make a
  27. bootable floppy. If so, insert a formatted diskette into
  28. your A drive and type 'make disk'. If you just want to
  29. make the image without putting it on the floppy, then
  30. type 'make Image'. This will create an image which can
  31. be manually transferred to a floppy or used with Lilo.
  32. On a 386dx-25 with 8 megs of memory it will take the
  33. compiler about 30 minutes to build the kernel.
  34.  
  35. Also included are the utility files for the Xia file system.
  36. The Xia file system is a reliable replacement for the standard
  37. Linux file system. The Xia file system supports 255 character
  38. file names and partitions up to 2 Gigabytes. It supports all
  39. the characteristics of a Unix file system as outlined in
  40. Maurice Bach's "Design of the Unix Operating System". The
  41. advanced user may also want to check out the enclosed Xia
  42. 'mkboot' routines which will allow booting Linux directly
  43. from your hard drive.
  44.  
  45.